home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAX.ADF / dskmap / POSTER < prev   
Text File  |  1986-10-08  |  2KB  |  60 lines

  1. Article 3664 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  4. Path: well!ewhac
  5. From: ewhac@well.UUCP (Leo 'Bols Ewhac' Schwab)
  6. Newsgroups: net.micro.amiga
  7. Subject: Disk Sector Mapper
  8. Message-ID: <1492@well.UUCP>
  9. Date: 24 Jul 86 05:32:32 GMT
  10. Date-Received: 24 Jul 86 05:32:32 GMT
  11. Reply-To: ewhac@well.UUCP (Leo 'Bols Ewhac' Schwab)
  12. Distribution: net
  13. Organization: Whole Earth Lectronic Link, Sausalito CA
  14. Lines: 386
  15. Keywords: disk, trackdisk.device, sector, map, aardvark
  16.  
  17. [ This line eating food contains no articifial colors or preservatives. ]
  18.  
  19.     I can't believe I'm the first person to write this.  At least I
  20. think I am.  If I'm wrong, let me know.
  21.  
  22.     This little crock displays the sector allocation on your floppy
  23. disks.  If the box is colored in, the sector is allocated.  I cooked this up
  24. in roughly a couple of evenings.
  25.  
  26.     This was written for the Manx compiler.  Conversion to Lettuce
  27. should be trivial.  To make this beastie, you say:
  28.  
  29. 1> cc dm.c
  30. 1> ln dm.o -lc -o dm
  31.  
  32.     Naturally, if you keep lots of stuff in RAM:, you'll do this
  33. differently.
  34.  
  35.     The DOS manuals give *no* explanation on how the disk sector bitmap
  36. works.  None.  Nada.  Zero.  Zilch.  Zippo.  NULL.  (read my lips: none!)
  37. So I pulled out 'DiskEd' and stared at the raw bitmap in hex for a while
  38. until I saw what was going on.  I've included a very brief comment on how it
  39. works in the code.
  40.  
  41.     If someone at C-A sees this, could you please tell me if I got this
  42. right?  Like I said, the manuals were no help at all.
  43.  
  44.     Have fun with your new crock.
  45.  
  46. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  47.  ________                ___
  48.            \            /___--__                Leo L. Schwab
  49.   ___  ___ /\               ---##\              ihnp4!ptsfa!well!ewhac
  50.       /   X  \_____    |  __ _---))                      ..or..
  51.      /   /_\--    -----+==____\ // \  _         well ---\
  52. ___ (   o---+------------------O/   \/ \        dual ----> !unicom!ewhac
  53.      \     /                ___ \_  (`o )       hplabs -/       ("AE-wack")
  54.  ____ \___/                          \_/
  55.               Recumbent Bikes:                  "Work FOR?  I don't work FOR
  56.             The _O_n_l_y Way To Fly!                anybody!  I'm just having fun."
  57.  
  58. ## This is not a shell archive, so you can cut anywhere you damn well please! #
  59. ## Although cutting here would be a good idea. ##
  60.